From: Glenn Morris Date: Fri, 19 Sep 2003 17:12:53 +0000 (+0000) Subject: (command-line-1): Stop startup-echo-area-message being hidden by X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~25504 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=440173ce0aa0697feb9e8a406a8b558d4460d030;p=emacs.git (command-line-1): Stop startup-echo-area-message being hidden by "Loading image..." message. --- diff --git a/lisp/startup.el b/lisp/startup.el index 66e94665117..8d425f84e19 100644 --- a/lisp/startup.el +++ b/lisp/startup.el @@ -1553,6 +1553,8 @@ normal otherwise." nil t)) (error nil)) (kill-buffer buffer))))) + ;; Stop any "Loading image..." message hiding echo-area-message. + (use-fancy-splash-screens-p) (display-startup-echo-area-message)) ;; Delay 2 seconds after an init file error message